func syscall.formatIDMappings

4 uses

	syscall (current package)
		exec_linux.go#L265: 		uidmap = formatIDMappings(sys.UidMappings)
		exec_linux.go#L277: 		gidmap = formatIDMappings(sys.GidMappings)
		exec_linux.go#L679: func formatIDMappings(idMap []SysProcIDMap) []byte {
		exec_linux.go#L694: 	if _, err := Write(fd, formatIDMappings(idMap)); err != nil {